home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / wp / dvi2lj.lha / README.051alpha11 < prev    next >
Encoding:
Text File  |  1995-02-14  |  1.8 KB  |  55 lines

  1. New features of version 0.51alpha11:
  2.  
  3.    - new debug option is --D instead of -- 
  4.      (only when dvi2xx was compiled with DEBUG turned on)
  5.  
  6.    - a new small script which runs first dvicopy to resolve
  7.      virtual fonts followed by dvilj4 to resolve virtual fonts
  8.      (thanks to Karl Berry <karl@cs.umb.edu>)     
  9.  
  10.    - support for using dvi2xx as a filter (provided stdin is seekable)
  11.      one can use now for example
  12.              dvilj4 - < testpage.dvi > test.lj
  13.      (thanks to Bernard.Steiner@germany.eu.net)
  14.  
  15.    - fixes a bug in 600dpi LJ4 mode in calculation of page size
  16.      (thanks to ajp@eng.cam.ac.uk)
  17.  
  18.    - splitting filename and extension on last '.', not on first;
  19.      being more liberal on names of the input file as well (no .dvi needed)
  20.      (thanks to jules@jps.co.uk)
  21.  
  22.    - all features of lj2p are now also allowed in lj4
  23.      (duplex, landscape)
  24.  
  25.    - support for LJ4 builtin fonts
  26.      (thanks to Karl Berry <karl@cs.umb.edu>)
  27.  
  28.    - support for Amiga 
  29.      (thanks to Stefan Sticht <sticht@edith.deg.sub.org>)
  30.  
  31.    - recursive file directroy search, when -DDO_SUBDIRECTORIES 
  32.      is specified at compile time 
  33.      (thanks to Rik Faith <faith@cs.unc.edu>)
  34.      recursive search is performed for each subpart of the 
  35.      path (under unix: colon-separated)
  36.  
  37.    - cleanup for findfile.c
  38.  
  39.    - faster file execution under Unix (due to findfile.c changes)
  40.  
  41.    - new command line option "-M" to avoid automatic invocation
  42.      of MakeTexOK when missing fonts are encountered
  43.      (thanks to Karl Berry <karl@cs.umb.edu>)
  44.  
  45.    - LJ4 is now treated as a superset of LJ2P
  46.      (landscape mode and duplex mode can be specified)
  47.  
  48.    - For dvilj4 econo-mode can be activated by specifying 
  49.      "-E" as command line option
  50.  
  51.    - cosmetic code cleanup (most systems that had to link with
  52.      "-lucb" should be able to link without it now, etc).
  53.      
  54.      
  55.